Convergence tests

In mathematics, convergence tests are methods of testing for the convergence, conditional convergence, absolute convergence, interval of convergence or divergence of an infinite series.

Contents

List of tests

\lim_{n \to \infty} \left|\frac{a_{n%2B1}}{a_n}\right| = r.
If r < 1, then the series converges. If r > 1, then the series diverges. If r = 1, the ratio test is inconclusive, and the series may converge or diverge.
r = \limsup_{n \to \infty}\sqrt[n]{|a_n|},
where "lim sup" denotes the limit superior (possibly ∞; if the limit exists it is the same value).
If r < 1, then the series converges. If r > 1, then the series diverges. If r = 1, the root test is inconclusive, and the series may converge or diverge.
\int_{1}^{\infty} f(x)\, dx = \lim_{t \to \infty} \int_{1}^{t} f(x)\, dx < \infty,
then the series converges. But if the integral diverges, then the series does so as well.
In other words, the series {a_n} converges if and only if the integral converges.

Comparison

The root test is stronger than the ratio test (it is more powerful because the required condition is weaker): whenever the ratio test determines the convergence or divergence of an infinite series, the root test does too, but not conversely.[1]

For example, for the series

1 + 1 + 0.5 + 0.5 + 0.25 + 0.25 + 0.125 + 0.125 + ...=4

convergence follows from the root test but not from the ratio test.

Examples

Consider the series

(*) \;\;\; \sum_{n=1}^{\infty} \frac{1}{n^\alpha}.

Cauchy condensation test implies that (*) is finitely convergent if

 (**) \;\;\; \sum_{n=1}^{\infty} 2^n \left ( \frac{1}{2^n}\right )^\alpha

is finitely convergent. Since

\sum_{n=1}^{\infty} 2^n \left ( \frac{1}{2^n}\right )^\alpha = 
\sum_{n=1}^{\infty} 2^{n-n\alpha}  = 
\sum_{n=1}^{\infty} 2^{(1-\alpha) n}

(**) is geometric series with ratio  2^{(1-\alpha)} . (**) is finitely convergent if its ratio is less than one (namely \alpha > 1). Thus, (*) is finitely convergent if and only if  \alpha > 1 .

Convergence of products

While most of the tests deal with the convergence of infinite series, they can also be used to show the convergence or divergence of infinite products. This can be achieved using following theorem: Let \left \{ a_n \right \}_{n=1}^\infty be a sequence of positive numbers. Then the infinite product \prod_{n=1}^\infty (1 %2B a_n) converges if and only if the series \sum_{n=1}^\infty a_n converges. Also similarly, if 0 < a_n < 1 holds, then \prod_{n=1}^\infty (1 - a_n) approaches a non-zero limit if and only if the series \sum_{n=1}^\infty a_n converges .

This can be proved by taking logarithm of the product and using limit comparison test.[2]

See also

References

  1. ^ Ratio Test
  2. ^ Convergence of Infinite Products

External links